Call XReconfigureWMWindow with proper screen
authorPascal Terjan <pterjan@mandriva.com>
Thu, 1 Oct 2009 15:47:22 +0000 (17:47 +0200)
committerPascal Terjan <pterjan@mandriva.com>
Thu, 1 Oct 2009 16:36:43 +0000 (18:36 +0200)
commitf3013bf6ed127ffdaae940d32f08ec0f6229e6e2
tree9bbad8f54c4bbdbcef2d9e4b4985d0926954b6a6
parent97d15954ad426ea792e1c237dfefe754614a0e9e
Call XReconfigureWMWindow with proper screen

Thanks gcc :

gdkwindow-x11.c:1731: warning: passing argument 3 of
'XReconfigureWMWindow' makes integer from pointer without a cast
/usr/include/X11/Xlib.h:1871: note: expected 'int' but argument is of
type 'struct GdkScreen *'

Signed-off-by: Pascal Terjan <pterjan@mandriva.com>
gdk/x11/gdkwindow-x11.c